No Document exists with Version '00000000-0000-0000-0000-000000000000'
Hi all,
I'm getting the below error message in 3 separate testing environments all usingumbraco 4.5.1:
Windows 7 32bit, iis 7, sql 2008 express,fresh install - after clicking "Create" and choosing a node in Media and Content
Windows small business server 2003, iis 6, sql server 2008 express, existing site - after clicking "Create" and choosing a node in theMedia section only (Version = 1df4af7c-48f7-4060-a407-8e882b999c8b)
Live web server- unknown specs but running windows, asp.net 2+, sql server 2005 + - after clicking "Create" and choosing a node in theMedia section only(Version = unknown as it is a remote copy therefore no error messages available)
Server Error in '/' Application.
No Document exists with Version '00000000-0000-0000-0000-000000000000'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000'
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
On all testing environments wecan create new media items by right clicking on a mode and clicking create.
There are a few other threads about similar errors I have found on google but no solutions within them have worked - one included running a SQL script to look for "ghost" nodes but that yielded no results.
There is a large chance that
there is some package installed that isn't compatible with umbraco 4.5
(like the image cropper dll's, which are now part of umbraco by default)
Thanks for your input and link. The info described on the pages you linked was helpful and let me understand the problem more thoroughly, however we currently have no packages installed and the problem also happened on a fresh installation downloaded directly from Umbraco with a blank database.
Is it possible I'm missing the doctype / datatype for media items? Do they even have a doctype / datatype?
very annoying bug since the clients notice it right away. after writing the patch, i had trouble using the resultant DLL in my umbraco 4.5.2 installation. dll hell.
I have resolved this by applying the fix as Simon outlined above. Once done all I had to do was replace the /bin/umbraco.dll with my new version and it fixed the problem for me. For those of you who don’t feel like downloading the source code and making the fix, drop me a line via my contact form (http://www.catalyst-innovation.co.uk/contact-us.aspx) and I can email the .dll over to you.
The DLL works for umbraco 4.5.2. it was compiled as default in .net3.5 but works fine in my .net 4 installation.
No Document exists with Version '00000000-0000-0000-0000-000000000000'
Hi all,
I'm getting the below error message in 3 separate testing environments all using umbraco 4.5.1:
Windows small business server 2003, iis 6, sql server 2008 express, existing site - after clicking "Create" and choosing a node in the Media section only (Version = 1df4af7c-48f7-4060-a407-8e882b999c8b)
Server Error in '/' Application.
No Document exists with Version '00000000-0000-0000-0000-000000000000'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000'
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
On all testing environments we can create new media items by right clicking on a mode and clicking create.
There are a few other threads about similar errors I have found on google but no solutions within them have worked - one included running a SQL script to look for "ghost" nodes but that yielded no results.
Can anybody shed some light?
Thanks very much in advance!
Max.
There is a large chance that there is some package installed that isn't compatible with umbraco 4.5 (like the image cropper dll's, which are now part of umbraco by default)
Strongly suggest reading this post: our.umbraco.org/.../10238-Umbraco-45-and-Image-Cropper
Hi Rik,
Thanks for your input and link. The info described on the pages you linked was helpful and let me understand the problem more thoroughly, however we currently have no packages installed and the problem also happened on a fresh installation downloaded directly from Umbraco with a blank database.
Is it possible I'm missing the doctype / datatype for media items? Do they even have a doctype / datatype?
Any other ideas?
Thanks again,
Max.
Still no luck with this error. Anybody?
it's a bug, some example code for a fix has been written in this post:
http://our.umbraco.org/forum/ourumb-dev-forum/bugs/13297-No-Document-exists-with-Version-when-creating-media-using-the-top-left-create-button
also this post links to the codeplex issue:
http://our.umbraco.org/forum/core/general/13084-Error-creating-item-in-media-section-with-top-left-create-button
very annoying bug since the clients notice it right away. after writing the patch, i had trouble using the resultant DLL in my umbraco 4.5.2 installation. dll hell.
be great if anybody has time to get that patch in
Hi Guys,
I have resolved this by applying the fix as Simon outlined above. Once done all I had to do was replace the /bin/umbraco.dll with my new version and it fixed the problem for me. For those of you who don’t feel like downloading the source code and making the fix, drop me a line via my contact form (http://www.catalyst-innovation.co.uk/contact-us.aspx) and I can email the .dll over to you.
The DLL works for umbraco 4.5.2. it was compiled as default in .net3.5 but works fine in my .net 4 installation.
Abie
Hi,
I am experiencing the same problem, does anyone have the .dll laying around? I sent mail to Abie already.
Thanks,
Owen
Hi Owen,
Just sent you an email with detail to get hold of the file mate.
Cheers
Abie
Thanks Abie!!
How about a fix for Umbraco 4.7.0?
is working on a reply...